home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
MorphOS
/
tictactoe-1.2.1
/
messages.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-10-22
|
188b
|
9 lines
#ifndef __MESSAGES__H__
#define __MESSAGES__H__
void print_debug(const char *fmt, ...);
void print_error(const char *str);
void print_msg(const char *fmt, ...);
extern char debug;
#endif